ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / MinLength Property

In This Topic
    MinLength Property (AutoCompleteBase<T>)
    In This Topic
    Gets or sets the minimum input length to trigger autocomplete suggestions.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(2)>
    Public Overridable Property MinLength As Integer
    [DefaultValue(2)]
    public virtual int MinLength {get; set;}
    See Also